عرض المخازن Youtube
{assign var=totQty value=0} {assign var=tot_productBuyPrice value=0} {assign var=tot_productSellAllPrice value=0} {assign var=tot_productSellUnitPrice value=0} {assign var=tot_productSellHalfPrice value=0} {assign var=tot_lastbuyprice value=0} {assign var=tot_lastbuyprice_withDiscount value=0} {assign var=tot_meanbuyprice value=0} {assign var=tot_meanbuyprice_withDiscount value=0} {foreach $storeData as $store} {if {$store->conditions} eq 1} {elseif {$store->conditions} eq 0} {/if} {/foreach}
المخزن عدد القطع سعر الشراء اخر سعر شراء اخر سعر شراء بعد الخصم متوسط سعر الشراء متوسط سعر الشراء بعد الخصم سعر بيع الجملة سعر نص الجملة سعر القطاعى
{$store->storeName} {$store->totQty}{assign var=totQty value=$totQty + $store->totQty} {$store->tot_productBuyPrice}{assign var=tot_productBuyPrice value=$tot_productBuyPrice + $store->tot_productBuyPrice} {$store->tot_lastbuyprice}{assign var=tot_lastbuyprice value=$tot_lastbuyprice + $store->tot_lastbuyprice} {$store->tot_lastbuyprice_withDiscount}{assign var=tot_lastbuyprice_withDiscount value=$tot_lastbuyprice_withDiscount + $store->tot_lastbuyprice_withDiscount} {$store->tot_meanbuyprice}{assign var=tot_meanbuyprice value=$tot_meanbuyprice + $store->tot_meanbuyprice} {$store->tot_meanbuyprice_withDiscount}{assign var=tot_meanbuyprice_withDiscount value=$tot_meanbuyprice_withDiscount + $store->tot_meanbuyprice_withDiscount} {$store->tot_productSellAllPrice}{assign var=tot_productSellAllPrice value=$tot_productSellAllPrice + $store->tot_productSellAllPrice} {$store->tot_productSellHalfPrice}{assign var=tot_productSellHalfPrice value=$tot_productSellHalfPrice + $store->tot_productSellHalfPrice} {$store->tot_productSellUnitPrice}{assign var=tot_productSellUnitPrice value=$tot_productSellUnitPrice + $store->tot_productSellUnitPrice}
الاجمالى {$totQty} {$tot_productBuyPrice} {$tot_lastbuyprice} {$tot_lastbuyprice_withDiscount} {$tot_meanbuyprice} {$tot_meanbuyprice_withDiscount} {$tot_productSellAllPrice} {$tot_productSellHalfPrice} {$tot_productSellUnitPrice}